iInventory.eCargoSuperSet


This enumeration is used to define the various cargo super sets. This is the top level categorisation of the commodities.

enum eCargoSuperSet
{
	CS_Data,
	CS_Electronics,
	CS_HeavyEngineering,
	CS_Luxuries,
	CS_ManufacturedGoods,
	CS_OrganicMaterials,
	CS_ProcessedMaterials,
	CS_RawMaterials,
	CS_WeaponSystems
};

Notes:
The declaration of this enumeration can be found in CargoTypes.h.

  Notes:
iCargo.eCargoType, iInventory.eCargoCategory